home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / zip.zip / DOTURBOC.BAT < prev    next >
DOS Batch File  |  1992-09-22  |  574b  |  11 lines

  1. : This file is a complement to zip.prj for Turbo C 2.0 users.
  2. : Use it to assemble im_lm.asm then enter TC, change the compilation
  3. : model from small to compact if you wish (thus removing a limitation on
  4. : the number of files but getting slower code), and press F9...
  5. : Note: currently, im_lm.asm does not work in the compact model with Turbo C.
  6. : If you wish to use the compact model, #define NO_ASM in im_lmat.c and
  7. : remove im_lm.obj from zip.prj.
  8. tasm -t -ml -DDYN_ALLOC im_lm;
  9. : Let's do ship while we're here
  10. tcc -w -a -d -G -O -Z -ms -Ic:\tc\include -Lc:\tc\lib ship
  11.